/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: 'iconfont' !important;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}

@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}




/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */

body {
    font-family:'Microsoft YaHei', 'WenQuanYi Micro Hei','PingFang SC', 'Hiragino Sans GB', 'Heiti SC',  'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}

a {
    text-decoration: none;

    color: inherit;
}

a:hover {
    text-decoration: none;

    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}

.img-box {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img,
.img-box embed,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
}

@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}

.header .logo {
    position: relative;

    float: left;
    overflow: hidden;

    height: 70px;
    margin-top: 15px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media(max-width:1470px){
	.header .logo{
		height: 60px;
		margin-top: 20px;
	}
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin-top: 10px;
    }
}

.header .logo a {
    background-color: #fff;
}

.header .logo img {
    display: block;

    height: 100%;
}

.header .language {
    float: right;
}

@media (max-width: 1199px) {
    .header .language {
        display: none;
    }
}

.header .language a {
    font-size: 12px;
    line-height: 100px;

    color: #999;
}

.header .language a:before {
    display: inline-block;
    float: left;

    width: 22px;
    height: 22px;
    margin-top: 38px;
    margin-right: 10px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}

.header .language a.en:before {
    background-position: -22px 0;
}

.header .language a:hover {
    text-decoration: underline;
}

.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        margin-top: 12px;

        border: none;
    }
}

@media (max-width: 360px) {
    .header .nav-collapse {
        position: absolute;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
    .header .nav {
        float: right;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #00348c;
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}

.header .nav.left-100 {
    left: -100%;
}

.header .nav.left-200 {
    left: -200%;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li.more>a:after {
        display: inline-block;
        float: right;

        width: 0;
        height: 0;
        margin-top: 46px;
        margin-left: 10px;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;

        border-top: 5px solid #999;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #00348c;
    }
    .header .nav .nav-list1>li:hover>a:before,
    .header .nav .nav-list1>li.active>a:before {
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;

        display: inline-block;

        width: 50px;
        height: 2px;
        margin: auto;

        content: '';

        background-color: #00348c;
    }
    .header .nav .nav-list1>li:hover.more>a:after,
    .header .nav .nav-list1>li.active.more>a:after {
        border-top: 5px solid #00348c;
    }
    .header .nav .nav-list1 .nav-list2 {
        display: none;

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        padding: 20px 40px;

        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
        text-decoration: underline;

        color: #00348c;
    }
    .header .nav .nav-list1 .nav-list2 li .pic {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2 li.more>a:after {
        font-family: 'iconfont';

        position: absolute;
        top: 50%;
        right: 20px;

        content: '\e9b4';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        color: #00348c;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li .pic {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2>li h4 {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        font-size: 12px;
        line-height: 2;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1 .nav-list2 li .pic {
        display: none;
    }
}
/* 
@media (max-width: 1560px) {
    .header .nav .nav-list1>li {
        margin: 0 10px;
    }
}

@media (max-width: 1330px) {
    .header .nav .nav-list1>li {
        margin: 0 6px;
    }
}
 */
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .nav .nav-list1>li {
        margin: 0 12px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #00348c;
    }
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2 {
        font-size: 20px;

        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}

@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 20px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}

@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-3 .content ul li {
    font-size: 19px;
}

.header .fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none!important;
    }
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;

    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}

.header .search-box {
    display: none;

    margin-top: 20px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .header .search-box {
        position: fixed;
        z-index: 888;
        top: 100%;
        left: 0;

        overflow: hidden;

        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0 3%;

        background-color: rgba(0, 0, 0, .96);
    }
}

.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}

.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}

@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}

.header .search-box .input-submit {
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}

.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #343434;
}

@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}

.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}

@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}

.header .search-box.search-xs.show {
    z-index: 66;
}

.header .search-box.search-xs.show .search {
    left: 0;
}

.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}

@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}

.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}

.header .search-box.search-xs .input-submit:before {
    color: #00348c;
}

.header .search-icon {
    display: none;
}

@media (max-width: 1199px) {
    .header .search-icon {
        position: fixed;
        right: 50px;
        bottom: 30px;

        display: inline-block;

        cursor: pointer;
    }
    .header .search-icon:before {
        font-family: 'iconfont' !important;
        font-size: 18px;

        content: '\e660';

        color: #fff;
    }
}

@media (max-width: 767px) {
    .header .search-icon {
        right: 35px;
    }
}

.header .search-lg {
    top: 0;
}

@media (min-width: 768px) {
    .header .search-lg .logo {
        margin-top: 20px;
        margin-left: 0;
    }
    .header .search-lg .search {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;

        width: 100%;
        max-width: 800px;
        margin: auto;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        border: none;
        border-bottom: 3px solid #1f1e1e;
        border-radius: 0;
    }
    .header .search-lg .search p {
        margin-bottom: 50px;

        -webkit-animation: zoomIn 1s 0s ease both;
        animation: zoomIn 1s 0s ease both;
        text-align: center;
        letter-spacing: 2px;

        color: #fff;
    }
    .header .search-lg .input-text {
        font-size: 20px;
        line-height: 30px;

        height: 60px;
        padding: 0;
        padding-bottom: 30px;

        -webkit-animation: zoomIn 1s 0s ease both;
        animation: zoomIn 1s 0s ease both;
        text-align: center;

        color: #fff;
    }
    .header .search-lg .close-btn {
        position: fixed;
        top: 30px;
        right: 10%;

        cursor: pointer;
    }
    .header .search-lg .close-btn:before {
        font-size: 20px;

        content: '\2716';

        color: #fff;
    }
}

@media (max-width: 767px) {
    .header .search-lg {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .search-lg .search {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .header .search-lg .search {
        width: 50%;
    }
}

.header .right {
    float: right;

    margin-left: 0px;
}

.header .find {
    line-height: 100px;

    float: right;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
	margin-right: 20px;
    color: #999;
}

.header .find::before {
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    content: '\e609';

    color: #b9b9b9;
}

@media (max-width: 1199px) {
    .header .find {
        display: none;
    }
}

.header.fixed-header {
    height: 70px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.header.fixed-header .logo {
    height: 60px;
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .header.fixed-header .logo {
        height: 50px;
        margin-top: 10px;
    }
}

.header.fixed-header .nav .nav-list1>li>a {
    line-height: 70px;
}

.header.fixed-header .nav .nav-list1>li.more>a:after {
    margin-top: 34px;
}

.header.fixed-header .find {
    line-height: 70px;
}

.online {
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 50px;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

@media (max-width: 1440px) {
    .online {
        right: 5px;
    }
}

@media (min-width: 992px) {
    .online {
        top: 40%;
    }
}

@media (max-width: 991px) {
    .online {
        bottom: -380px;
    }
}

.online.active {
    right: 5px;
    bottom: 80px;
}

.online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}

.online a:after {
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e62a';

    color: #fff;
}

.online a.online-qq:after {
    content: '\e62d';
}

.online a.online-qq:hover {
    background-color: #eb1b28;
}

.online a.online-email:hover {
    background-color: #b4961a;
}

.online a.online-skype:after {
    font-size: 22px;

    content: '\e6c1';
}

.online a.online-skype:hover {
    background-color: #00aff0;
}

.online a.online-whatsapp:after {
    font-size: 22px;

    content: '\e962';
}

.online a.online-whatsapp:hover {
    background-color: #13ae0a;
}

.online a.online-tel:after {
    content: '\e61c';
}

.online a.online-tel:hover {
    background-color: #00affb;
}

.online a.online-weixin:after {
    font-size: 23px;

    content: '\e613';
}

.online a.online-weixin:hover {
    background-color: #3b589b;
}

.online a.online-wechat:after {
    content: '\e604';
}

.online a.online-wechat:hover {
    background-color: #33d055;
}
.online a.online-douyin:after {
    content: '\e8db';
}
.online a.online-top:after {
    font-size: 26px;

    content: '\e614';
}

.online a.online-top:hover {
    background-color: #000;
}

.online a.online-tel p,
.online a.online-whatsapp p {
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima,
.online a.online-weixin .erweima,
.online a.online-douyin .erweima{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img,
.online a.online-douyin .erweima img{
    width: 100%;
}

.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p,
.online a.online-douyin .erweima p {
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}

.icon-online {
    font-size: 30px;
    line-height: 40px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #00348c;
}

@media (max-width: 991px) {
    .icon-online {
        display: block;
    }
}

.icon-online.icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .banner .bd {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .bd {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .bd ul {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0!important;
    height: 0;
    padding-bottom: 33.85416667%;
}

.banner .bd ul li {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}

.banner .owl-theme .owl-buttons {
    display: none;
}

.banner .hd {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;

    width: 100%;
    margin: auto;

    text-align: center;
}

@media (max-width: 1199px) {
    .banner .hd {
        bottom: 14px;

        text-align: center;
    }
}

.banner .hd li {
    display: inline-block;

    width: 10px;
    height: 5px;
    margin: 0 5px;

    opacity: 1;
    color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    background-color: #d2d2d2;
}

.banner .hd li.on {
    width: 20px;

    background: none;
    background-color: #00348c;
}

.banner .text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 1200px;
    margin: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

@media (max-width: 767px) {
    .banner .text {
        width: 50%;
    }
}

.banner .text h3 {
    font-size: 48px;

    margin: 0;
}

@media (max-width: 991px) {
    .banner .text h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner .text h3 {
        font-size: 24px;
    }
}

.banner .text h3::after {
    font-family: 'iconfont';

    display: block;

    content: '\e605';
}

.banner .text a.more {
    font-weight: 600;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 60px;
    padding: 0 54px;

    border: 2px solid #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .banner .text a.more {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text a.more {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
        padding: 0 40px;

        border: 1px solid #fff;
    }
}

.banner .active .text h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .active .text a.more {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner-in {
    overflow: hidden;
}

.banner-in .owl-theme {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .banner-in .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 767px) {
    .banner-in .owl-theme {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}

.box {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 30px;
    font-weight: normal;

    margin: 0;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 24px;
    }
}

.title span {
    display: block;

    text-transform: uppercase;

    color: #999;
}

.title p {
    font-size: 14px;
    line-height: 1.78571429;

    max-width: 1160px;
    margin: 0 auto;
    margin-top: 10px;

    color: #999;
}

.content {
    position: relative;
    z-index: 9;
}

.box-num {
    padding: 45px 0;

    border-bottom: 1px solid #dcdcdc;
    background: url(../images/num_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-num ul {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .box-num ul {
        margin: 0 -8px;
    }
}

.box-num ul li {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
    padding: 0 15px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .box-num ul li {
        width: 33.33333333%;
    }
    .box-num ul li:nth-child(4),
    .box-num ul li:nth-child(5) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .box-num ul li {
        width: 33.33333333%;
        padding: 0 8px;
    }
    .box-num ul li:nth-child(4),
    .box-num ul li:nth-child(5) {
        width: 50%;
    }
}

.box-num .item {
    margin: 15px 0;

    text-align: center;
}

.box-num .item h3 {
    font-size: 50px;
    font-weight: normal;

    display: inline-block;

    margin: 0;

    color: #00348c;
}

@media (max-width: 991px) {
    .box-num .item h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .box-num .item h3 {
        font-size: 34px;
    }
}

.box-num .item span {
    font-size: 20px;

    display: inline-block;

    vertical-align: top;

    color: #00348c;
}

.box-num .item p {
    margin: 10px 0 0 0;

    color: #666;
}

.box-item {
    padding: 40px 0;
}

.box-item ul {
    overflow: hidden;

    margin: 0 -15px;
}

@media (max-width: 767px) {
    .box-item ul {
        margin: 0 -8px;
    }
}

.box-item ul li {
    display: inline-block;

    width: 25%;
    margin-right: -4px;
    padding: 20px 15px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .box-item ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .box-item ul li {
        padding: 20px 8px;
    }
}

.box-item .item {
    display: block;

    padding: 10px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    background-color: #6ba2db;
}

.box-item .item h3 {
    font-size: 18px;

    margin: 0;
    padding: 15px 0;

    color: #fff;
    background-color: #619cd8;
}

@media (max-width: 767px) {
    .box-item .item h3 {
        font-size: 16px;
    }
}

.box-item .item h3:before {
    font-family: 'iconfont';
    font-size: 44px;
    line-height: 50px;

    display: block;

    height: 50px;
    margin-bottom: 14px;

    content: '\e733';

    color: #fff;
}

@media (max-width: 767px) {
    .box-item .item h3:before {
        font-size: 40px;
        line-height: 80px;

        height: 80px;
    }
}

.box-item .item p {
    line-height: 30px;

    position: relative;

    margin: 0;
    padding: 25px 0 15px 0;

    -webkit-transition: all .5s;
    transition: all .5s;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    .box-item .item p {
        font-size: 13px;

        padding: 15px 0 5px 0;
    }
}

.box-item .item p b {
    font-weight: normal;
}

.box-item .item p span {
    font-size: 18px;

    display: none;
}

@media (max-width: 767px) {
    .box-item .item p span {
        font-size: 16px;
    }
}

.box-item .item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);

    background-color: #619cd8;
}

.box-item .item:hover h3 span {
    display: none;
}

.box-item .item:hover h3:before {
    line-height: 70px;

    height: 70px;
}

.box-item .item:hover p {
    padding: 10px 0 30px 0;

    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .box-item .item:hover p {
        padding: 5px 0 20px 0;
    }
}

.box-item .item:hover p b {
    display: none;
}

.box-item .item:hover p span {
    display: block;
}

.box-item .item:hover p:after {
    font-family: 'iconfont';
    line-height: 20px;

    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    height: 20px;

    content: '\e727';
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

@media (max-width: 767px) {
    .box-item .item:hover p:after {
        line-height: 10px;

        height: 10px;
    }
}

.box-item .item-2 {
    background-color: #bdbb95;
}

.box-item .item-2 h3 {
    background-color: #b8b58a;
}

.box-item .item-2 h3:before {
    font-size: 55px;

    content: '\e694';

    background-color: #b8b58a;
}

.box-item .item-2:hover {
    background-color: #b8b58a;
}

.box-item .item-3 {
    background-color: #63b5b9;
}

.box-item .item-3 h3 {
    background-color: #3ca2a7;
}

.box-item .item-3 h3:before {
    content: '\e625';

    background-color: #3ca2a7;
}

.box-item .item-3:hover {
    background-color: #3ca2a7;
}

.box-item .item-4 {
    background-color: #a7d388;
}

.box-item .item-4 h3 {
    background-color: #9ccd79;
}

.box-item .item-4 h3:before {
    content: '\e611';

    background-color: #9ccd79;
}

.box-item .item-4:hover {
    background-color: #9ccd79;
}

.box-project {
    overflow: hidden;

    background-color: #fafafa;
}

.box-project .title {
    padding: 0 15px;
}

.box-project .project {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-project .project {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .box-project .project {
        padding: 0;
    }
}

.box-project .project ul {
    overflow: hidden;
}

@media (max-width: 767px) {
    .box-project .project ul {
        margin: 0 -8px;
    }
}

.box-project .project ul li {
    position: relative;

    float: left;
    overflow: hidden;

    width: 25%;
    margin-top: 30px;
    padding: 0 28px;
}

@media (max-width: 1199px) {
    .box-project .project ul li {
        width: 50%;
        padding: 0 20px;
    }
}

.box-project .pic {
    position: relative;
}

.box-project .pic .img-box {
    padding-bottom: 116.25%;
}

.box-project .maskbg {
    position: absolute;
    bottom: -16px;

    overflow: hidden;

    width: 100%;
    height: 0;
    padding: 8px;

    -webkit-transition: all .5s;
    transition: all .5s;

    background-color: rgba(0, 79, 156, .74);
}

.box-project .maskbg .mask {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 60px 20%;

    border: 1px solid rgba(255, 255, 255, .74);
}

.box-project .maskbg h3 {
    font-size:18px;
    line-height: 1.92307692;

    margin: 0 0 14px -10px;

    color: #fff;
}

.box-project .maskbg h3 span {
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 4px;

    text-transform: uppercase;
}

.box-project .maskbg .note {
    overflow: hidden;

    max-height: 180px;
}

.box-project .maskbg .note p {
    line-height: 2.14285714;

    margin: 0;

    color: #fff;
}

.box-project .maskbg .note p:before {
    float: left;

    margin-right: 5px;

    content: '>';
}

.box-project .maskbg .note p:hover {
    text-decoration: underline;
}

.box-project .maskbg .more {
    line-height: 45px;

    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;

    width: 80%;
    height: 45px;
    margin: auto;

    text-align: center;

    background-color: #00348c;
}

.box-project .maskbg .more a {
    display: block;

    color: #fff;
}

.box-project .title-project {
    position: absolute;
    right: 0;
    bottom: 28px;

    overflow: hidden;

    width: 90%;
    padding: 30px 0;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    border-right: 4px solid #00348c;
    background-color: #fff;
}

@media (max-width: 767px) {
    .box-project .title-project {
        right: 10px;

        width: 86%;
        padding: 6px 0;
    }
}

.box-project .title-project h3 {
    font-size: 26px;
    line-height: 1.92307692;

    margin: 0;
}

.box-project .title-project h3 span {
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin-left: 4px;

    text-transform: uppercase;
}

.box-project .title-project h4 {
    font-size: 100px;
    font-weight: normal;

    position: absolute;
    bottom: 0;
    left: 0;

    margin: 0;

    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);

    color: rgba(153, 153, 153, .15);
}

@media (max-width: 767px) {
    .box-project .title-project h4 {
        font-size: 70px;
    }
}

.box-project .item:hover .maskbg {
    bottom: 0;

    height: 100%;
}

.box-project .item:hover .title-project {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.box-exotic .info {
    margin: 30px 0 0 0;
}

.box-exotic .list {
    padding: 0;
}

.box-exotic .item-1 .text {
    padding: 28px 20px;

    text-align: center;

    background-color: #f8f8f8;
}

@media (max-width: 1330px) {
    .box-exotic .item-1 .text {
        padding: 13px 20px;
    }
}

@media (max-width: 991px) {
    .box-exotic .item-1 .text {
        padding: 28px 15px;
    }
}

.box-exotic .item-1 .text img {
    width: 22px;
    margin-top: 10px;
}

.box-exotic .item-1 .text h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}

.box-exotic .item-1 .text p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 75px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 1330px) {
    .box-exotic .item-1 .text p {
        display: -webkit-box;
        overflow: hidden;

        height: 50px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 991px) {
    .box-exotic .item-1 .text p {
        display: -webkit-box;
        overflow: hidden;

        height: 75px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.box-exotic .item-1 .text a {
    display: block;
}

.box-exotic .item-1 .text a.more {
    line-height: 40px;

    position: relative;
    z-index: 3;

    display: inline-block;
    overflow: hidden;

    height: 40px;
    margin-top: 18px;
    padding: 0 30px;

    color: #999;
    border: 1px solid #dcdcdc;
}

.box-exotic .item-1 .text a.more:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 150%;
    height: 100%;

    content: '';
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);

    background-color: #00348c;
}

.box-exotic .item-1 .text a.more:hover {
    color: #fff;
}

.box-exotic .item-1 .text a.more:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

.box-exotic .item-1 .pic .img-box {
    padding-bottom: 79.6875%;
}

.box-exotic .item-1 .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-exotic .item-1:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-exotic .item-1:hover .text h3 {
    color: #00348c;
}

.box-exotic .item-2 {
    position: relative;
}

.box-exotic .item-2 .img-box {
    padding-bottom: 159.07692308%;
}

.box-exotic .item-2 .maskbg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s;
    transition: all .5s;

    opacity: 0;
    background-color: rgba(0, 52, 140, .64);
}

.box-exotic .item-2 .maskbg .mask {
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 15px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

.box-exotic .item-2 .maskbg .mask h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}

.box-exotic .item-2 .maskbg .mask p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 75px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.box-exotic .item-2 .maskbg .mask a {
    display: block;
}

.box-exotic .item-2 .maskbg .mask a.more {
    line-height: 40px;

    position: relative;
    z-index: 3;

    display: inline-block;
    overflow: hidden;

    height: 40px;
    margin-top: 30px;
    padding: 0 30px;

    border: 1px solid #dcdcdc;
}

.box-exotic .item-2 .maskbg .mask a.more:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 150%;
    height: 100%;

    content: '';
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -8em, 0);

    background-color: #fff;
}

.box-exotic .item-2 .maskbg .mask a.more:hover {
    color: #fff;
}

.box-exotic .item-2 .maskbg .mask a.more:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

.box-exotic .item-2 .maskbg .mask a.more:hover {
    color: #00348c;
}

.box-exotic .item-2.item-3 .maskbg {
    opacity: 1;
}

.box-exotic .item-2:hover .maskbg {
    opacity: 1;
}

.box-exotic .item-2:hover .maskbg .mask h3,
.box-exotic .item-2:hover .maskbg .mask p {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

.box-exotic .item-2:hover .maskbg .mask a.more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.box-process {
    background: url(../images/process_bg.jpg) no-repeat center;
    background-size: cover;
}

.box-process .process {
    overflow: hidden;
}

.box-process .item-1 .img-box {
    padding-bottom: 56.09756098%;
}

.box-process .item-1 .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-process .item-1 .pic {
    position: relative;
}

.box-process .item-1 .pic:last-child {
    margin-top: 12px;
}

.box-process .item-1 .pic:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-process .item-1 p {
    font-size: 20px;
    line-height: 45px;

    position: absolute;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 45px;
    margin: 0;

    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
    .box-process .item-1 p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .box-process .item-2 {
        margin-top: 30px;
    }
}

.box-process .item-2 ul li {
    position: relative;

    overflow: hidden;

    min-height: 112px;
    margin-top: 8px;
    padding-left: 112px;

    -webkit-transition: all .5s;
    transition: all .5s;

    background-color: #fff;
}




/* .box-process .item-2 ul li:first-child
{
    margin-top: 0;
} */

.box-process .item-2 ul li:hover {
    background-color: #00348c;
}

.box-process .item-2 ul li:hover .note h3,
.box-process .item-2 ul li:hover .note p,
.box-process .item-2 ul li:hover .note h4 {
    color: #fff;
}

.box-process .item-2 .pic {
    position: absolute;
    left: 0;

    width: 112px;
}

.box-process .item-2 .note {
    padding: 10px 20px;
}

.box-process .item-2 .note h3 {
    font-size: 16px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-process .item-2 .note p {
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 22px;
    margin: 14px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-process .item-2 .note h4 {
    font-size: 20px;

    margin: 14px 0 0 0;

    color: #f00;
}

.box-process .item-3 {
    margin-bottom: -999px;
    padding-bottom: 999px;

    background-color: #fff;
}

@media (max-width: 1199px) {
    .box-process .item-3 {
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.box-process .item-3 .title-process {
    padding: 30px;

    text-align: center;

    color: #fff;
    background: url(../images/p-title-bg.jpg) no-repeat center;
    background-size: cover;
}

.box-process .item-3 .title-process h3 {
    font-size: 16px;

    margin: 0;
}

.box-process .item-3 .title-process a {
    display: inline-block;

    margin-top: 10px;
    padding: 0 16px;
}

.box-process .item-3 .title-process a:hover {
    text-decoration: underline;
}

.box-process .item-3 ul {
    padding: 26px 20px;
}

.box-process .item-3 ul li {
    margin-top: 14px;
}

.box-process .item-3 ul li:first-child {
    margin-top: 0;
}

.box-process .item-3 ul li p {
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-process .item-3 ul li p a {
    display: block;
}

.box-process .item-3 ul li p a:before {
    display: inline-block;
    float: left;

    width: 4px;
    height: 4px;
    margin-top: 8px;
    margin-right: 10px;

    content: '';

    background-color: #00348c;
}

.box-process .item-3 ul li:hover p {
    text-decoration: underline;

    color: #00348c;
}

.box-about .about {
    margin-top: 20px;
}

.box-about .about .sync {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .box-about .about .sync {
        margin: 0 -4px;
    }
}

.box-about .about .sync1 {
    width: 100%;
    padding: 0 80px;
}

@media (max-width: 991px) {
    .box-about .about .sync1 {
        padding: 0 40px;
    }
}

.box-about .about .sync1 .img-box {
    padding-bottom: 32.56637168%;
}

.box-about .about .sync1 .owl-buttons .owl-prev,
.box-about .about .sync1 .owl-buttons .owl-next {
    line-height: 90px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    width: 30px;
    height: 90px;
    margin: 0;
    padding: 0;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    border-radius: 0;
    background-color: #f1f1f1;
}

.box-about .about .sync1 .owl-buttons .owl-prev:before,
.box-about .about .sync1 .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e601';

    color: #999;
}

.box-about .about .sync1 .owl-buttons .owl-prev:hover,
.box-about .about .sync1 .owl-buttons .owl-next:hover {
    background-color: #00348c;
}

.box-about .about .sync1 .owl-buttons .owl-prev:hover:before,
.box-about .about .sync1 .owl-buttons .owl-next:hover:before {
    color: #fff;
}

.box-about .about .sync1 .owl-buttons .owl-next {
    right: 0;
    left: auto;
}

.box-about .about .sync1 .owl-buttons .owl-next:before {
    content: '\e827';
}

.box-about .about .sync2 {
    margin: 0 auto;
    margin-top: 20px;
}

.box-about .about .sync2 .item {
    overflow: hidden;

    margin: 0 15px;
    padding: 10px;

    cursor: pointer;
    text-align: center;

    background-color: #cbd87c;
}

@media (max-width: 1199px) {
    .box-about .about .sync2 .item {
        padding: 10px 5px;
    }
}

@media (max-width: 991px) {
    .box-about .about .sync2 .item {
        margin: 0 5px;
    }
}

.box-about .about .sync2 .item.synced {
    border-bottom: 5px solid #798c03;
}

.box-about .about .sync2 .item:before {
    font-family: 'iconfont';
    font-size: 40px;
    line-height: 76px;

    display: inline-block;

    width: 76px;
    height: 76px;
    margin-right: 30px;

    content: '\e6f3';
    vertical-align: middle;

    color: #798c03;
    border: 1px solid #798c03;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .box-about .about .sync2 .item:before {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .box-about .about .sync2 .item:before {
        display: block;

        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .box-about .about .sync2 .item:before {
        display: none;
    }
}

.box-about .about .sync2 .item .note {
    display: inline-block;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .box-about .about .sync2 .item .note {
        display: block;

        margin-top: 14px;

        text-align: center;
    }
}

.box-about .about .sync2 .item h3 {
    font-size: 16px;

    margin: 0;

    text-align: left;
}

@media (max-width: 991px) {
    .box-about .about .sync2 .item h3 {
        text-align: center;
    }
}

.box-about .about .sync2 .item p {
    font-size: 16px;

    margin: 6px 0 0 0;

    color: #798c03;
}

.box-about .about .sync2 .item-2 {
    background-color: #a3d1cf;
}

.box-about .about .sync2 .item-2.synced {
    border-bottom: 5px solid #01a29b;
}

.box-about .about .sync2 .item-2:before {
    font-size: 35px;

    content: '\e69e';

    color: #01a29b;
    border: 1px solid #01a29b;
}

.box-about .about .sync2 .item-2 p {
    color: #01a29b;
}

.box-about .about .sync2 .item-3 {
    background-color: #dda38f;
}

.box-about .about .sync2 .item-3.synced {
    border-bottom: 5px solid #af2d01;
}

.box-about .about .sync2 .item-3:before {
    font-size: 35px;

    content: '\e629';

    color: #af2d01;
    border: 1px solid #af2d01;
}

.box-about .about .sync2 .item-3 p {
    color: #af2d01;
}

.box-business {
    overflow: hidden;

    padding: 0 4%;
}

.box-business .info {
    margin: 0 -10px;
}

.box-business .info .list {
    padding: 0 10px;
}

.box-business .item {
    position: relative;

    overflow: hidden;
}

@media (max-width: 991px) {
    .box-business .item {
        margin-top: 20px;
    }
}

.box-business .item .video {
    position: relative;

    overflow: hidden;

    background-color: #000;
}

.box-business .item .video .img-box {
    z-index: 0;

    padding-bottom: 69.76744186%;
}

.box-business .item .video .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;

    opacity: .7;
}

.box-business .item .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;

    background-color: rgba(0, 0, 0, 0);
}

.box-business .item .video .iframe {
    display: none;

    width: 100%;
}

.box-business .item .video .play {
    font-size: 16px;

    display: inline-block;

    margin-top: 20%;
    margin-bottom: 100%;

    color: #fff;
}

@media (max-width: 991px) {
    .box-business .item .video .play {
        margin-top: 26%;
    }
}

@media (max-width: 767px) {
    .box-business .item .video .play {
        margin-top: 22%;
    }
}

@media (max-width: 375px) {
    .box-business .item .video .play {
        margin-top: 20%;
    }
}

.box-business .item .video .play:before {
    font-family: 'iconfont';
    font-size: 50px;

    display: block;

    margin-bottom: 10px;

    content: '\e62c';

    opacity: .76;
}

.box-business .item .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-business .item .img-box {
    padding-bottom: 69.76744186%;
}

.box-business .item .img-box img {
    opacity: .8;
}

.box-business .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s;
    transition: all .5s;

    background-color: rgba(0, 52, 140, .65);
}

.box-business .item .maskbg .mask {
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

.box-business .item .maskbg .mask h3 {
    font-size: 30px;
    font-weight: normal;

    margin: 0;
}

@media (max-width: 767px) {
    .box-business .item .maskbg .mask h3 {
        font-size: 24px;
    }
}

.box-business .item .maskbg .mask span {
    display: block;

    text-transform: uppercase;
}

.box-business .item .maskbg .mask p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    max-height: 100px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.box-news .news-sort ul {
    text-align: center;
}

.box-news .news-sort ul li {
    display: inline-block;

    margin-top: 20px;
    padding: 0 5px;
}

.box-news .news-sort ul li a {
    line-height: 40px;

    display: block;

    width: 110px;
    height: 40px;

    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .box-news .news {
        padding: 0 30px;
    }
}

.box-news .news .item {
    margin: 40px 15px 10px 15px;

    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-news .news .item .img-box {
    padding-bottom: 60.97560976%;
}

.box-news .news .item .text {
    position: relative;

    padding: 0 16px;

    background-color: #f6f4f4;
}

.box-news .news .item .text:after {
    position: absolute;
    left: 0;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;

    background-color: #00348c;
}

.box-news .news .item .title-news {
    padding: 20px 0;

    text-align: center;

    border-bottom: 1px solid #e3e2e2;
}

.box-news .news .item .title-news h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #00348c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .title-news span {
    line-height: 1.5;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .note {
    padding: 20px 0;
}

.box-news .news .item .note h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-news .news .item .note p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 4px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-news .news .item .note a {
    display: block;
}

.box-news .news .item:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);

    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.box-news .news .item:hover .text:after {
    width: 100%;
}

.box-news .news .owl-pagination {
    display: none;
}

.box-news .news .owl-buttons .owl-prev,
.box-news .news .owl-buttons .owl-next {
    line-height: 90px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: -80px;

    width: 30px;
    height: 90px;
    margin: 0;
    padding: 0;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    border-radius: 0;
    background-color: #f1f1f1;
}

@media (max-width: 1560px) {
    .box-news .news .owl-buttons .owl-prev,
    .box-news .news .owl-buttons .owl-next {
        left: -40px;
    }
}

.box-news .news .owl-buttons .owl-prev:before,
.box-news .news .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e601';

    color: #999;
}

.box-news .news .owl-buttons .owl-prev:hover,
.box-news .news .owl-buttons .owl-next:hover {
    background-color: #00348c;
}

.box-news .news .owl-buttons .owl-prev:hover:before,
.box-news .news .owl-buttons .owl-next:hover:before {
    color: #fff;
}

.box-news .news .owl-buttons .owl-next {
    right: -80px;
    left: auto;
}

@media (max-width: 1560px) {
    .box-news .news .owl-buttons .owl-next {
        right: -40px;
    }
}

.box-news .news .owl-buttons .owl-next:before {
    content: '\e827';
}

.box-link {
    padding: 40px 0;

    background-color: #eee;
}

.box-link ul {
    overflow: hidden;
    margin-top: 30px;
}

.box-link ul li {
    float: left;

    width: 11.11111111%;
    padding: 5px;
}

@media (max-width: 1199px) {
    .box-link ul li {
        width: 16.66666667%;
    }
}

@media (max-width: 991px) {
    .box-link ul li {
        width: 20%;
    }
}

@media (max-width: 480px) {
    .box-link ul li {
        width: 33.33333333%;
    }
}

.box-link ul li .img-box {
    padding-bottom: 37.31343284%;
}

.box-footer {
    background-color: #00348c;
}

.box-footer .footer {
    padding: 80px 0 60px 0;
}

@media (max-width: 991px) {
    .box-footer .footer {
        padding: 65px 0;
    }
}

.box-footer .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .box-footer .footer ul {
        display: block;

        margin-top: -30px;
    }
}

.box-footer .footer ul li {
    max-width: 260px;
}

@media (max-width: 991px) {
    .box-footer .footer ul li {
        display: inline-block;

        width: 33.33333333%;
        margin-top: 30px;
        margin-right: -4px;

        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .box-footer .footer ul li {
        width: 50%;
    }
    .box-footer .footer ul li:last-child {
        width: 100%;
    }
}

.box-footer .footer ul li h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}

.box-footer .footer ul li .item {
    margin-top: 24px;
}

.box-footer .footer ul li .item a {
    line-height: 2;

    display: block;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    color: #c1cde1;
}

.box-footer .footer ul li .item a:hover {
    text-decoration: underline;

    color: #fff;
}

.box-footer .footer ul li .item a:before {
    float: left;

    margin-right: 4px;

    content: '>';
}

.box-footer .footer ul li .item-1 {
    margin-top: 20px;
}

.box-footer .footer ul li .item-1 p {
    line-height: 2;

    margin: 0;

    color: #c1cde1;
}

.box-footer .footer ul li .item-1 span {
    line-height: 1.42857143;

    display: block;

    margin-bottom: 24px;
}

.box-footer .footer ul li .item-1 a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.box-footer .footer ul li .item-1 a:hover {
    text-decoration: underline;

    color: #fff;
}

.box-footer .message {
    padding: 20px 0;

    background-color: #214f9e;
}

.box-footer .message input,
.box-footer .message .submit {
    line-height: 20px;

    width: 100%;
    margin: 10px 0;
    padding: 15px 20px;

    background-color: #b8ccee;
}

.box-footer .message .submit {
    color: #fff;
    border-radius: 0;
    background-color: #022560;
}

.box-footer .message .submit span {
    display: inline-block;
}

.box-footer .message .submit span:before {
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 8px;

    content: '\e650';
}

.box-footer .message .submit:hover span {
    text-decoration: underline;
}

.box-footer .message input::-webkit-input-placeholder,
.box-footer .message textarea::-webkit-input-placeholder {
    color: #5e6e8a;
}

.box-footer .message input:-o-placeholder,
.box-footer .message textarea:-o-placeholder {
    color: #5e6e8a;
}

.box-footer .message input::-moz-placeholder,
.box-footer .message textarea::-moz-placeholder {
    color: #5e6e8a;
}

.box-footer .message input:-ms-input-placeholder,
.box-footer .message textarea:-ms-input-placeholder {
    color: #5e6e8a;
}

.box-footer .message input:focus::-webkit-input-placeholder,
.box-footer .message textarea:focus::-webkit-input-placeholder {
    color: rgba(94, 110, 138, .5);
}

.box-footer .message input:focus::-o-placeholder,
.box-footer .message textarea:focus::-o-placeholder {
    color: rgba(94, 110, 138, .5);
}

.box-footer .message input:focus::-moz-placeholder,
.box-footer .message textarea:focus::-moz-placeholder {
    color: rgba(94, 110, 138, .5);
}

.box-footer .message input:focus::-ms-input-placeholder,
.box-footer .message textarea:focus::-ms-input-placeholder {
    color: rgba(94, 110, 138, .5);
}

.box-footer .copyright {
    overflow: hidden;

    padding: 20px 0;
}

.box-footer .copyright p {
    line-height: 2;

    display: inline-block;
    float: left;

    margin: 0;

    color: #889fc5;
}

.box-footer .copyright p a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.box-footer .copyright p a:hover {
    text-decoration: underline;
}

.box-footer .share {
    float: right;
}

@media (max-width: 767px) {
    .box-footer .share {
        float: left;

        margin-top: 10px;
    }
}

.box-footer .share ul {
    text-align: center;
}

.box-footer .share li {
    display: inline-block;
    float: none;

    margin-left: 12px;
    padding: 0;

    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    text-align: center;
}

.box-footer .share li:first-child {
    margin-left: 0;
}

.box-footer .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.box-footer .share li a {
    display: block;

    width: 28px;
    height: 28px;

    border-radius: 50%;
    background-color: #859392;
}

.box-footer .share li a:after {
    font-family: 'iconfont';
    font-size: 15px;
    line-height: 28px;

    content: '\e615';

    color: #fff;
}

.box-footer .share li a:hover {
    text-decoration: none;
}

.box-footer .share .twitter a {
    background-color: #758871;
}

.box-footer .share .twitter a:after {
    content: '\e60b';
}

.box-footer .share .linkedin a {
    background-color: #4f3f8d;
}

.box-footer .share .linkedin a:after {
    content: '\e6f0';
}

.box-footer .share .google a {
    background-color: #5b8fc3;
}

.box-footer .share .google a:after {
    content: '\e60c';
}

.box-footer .share .youtube a {
    background-color: #1a439e;
}

.box-footer .share .youtube a:after {
    content: '\e6d7';
}

.box-footer .share .instagram a {
    background-color: #d82f81;
}

.box-footer .share .instagram a:after {
    font-size: 17px;

    content: '\e8b5';
}

.box-assessment {
    position: fixed;
    z-index: 9;
    top: 130px;
    left: 0;
    /*
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
}

@media (max-width: 767px) {
    .box-assessment {
        top: 80px;
    }
}

.box-assessment .title-assessment {
    position: absolute;
    right: 0;
    left: 0;

    width: 60px;
    padding: 20px 15px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 0 10px 10px 0;
    background-color: #00348c;
}

@media (max-width: 767px) {
    .box-assessment .title-assessment {
        width: 40px;
        padding: 20px 5px;
    }
}

.box-assessment .title-assessment h3 {
    font-size: 16px;
    line-height: 1.8;

    margin: 0;
}

.box-assessment .title-assessment h3:before {
    font-family: 'iconfont';
    font-size: 25px;

    display: block;

    content: '\e623';
}

.box-assessment .message {
    position: relative;

    width: 350px;
    margin-left: -350px;

    background-color: #00348c;
}

.box-assessment .message .m-close {
    position: absolute;
    top: 0;
    right: 20px;

    cursor: pointer;
}

.box-assessment .message .m-close:after {
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 60px;

    content: '\e619';

    color: #fff;
}

.box-assessment .message .title-message {
    padding: 0 20px;
}

.box-assessment .message .title-message h3 {
    font-size: 20px;
    line-height: 60px;

    margin: 0;

    color: #fff;
}

.box-assessment .message .title-message h3:before {
    font-family: 'iconfont';
    font-size: 25px;

    margin-right: 14px;

    content: '\e623';
}

.box-assessment .message form {
    padding: 10px 20px 25px 10px;

    background-color: #eee;
}

.box-assessment .message select,
.box-assessment .message input,
.box-assessment .message .submit {
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    padding: 10px 20px;

    color: #999;
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

@media(max-width: 1560px) {
    .box-assessment .message select,
    .box-assessment .message input,
    .box-assessment .message .submit {
        min-height: 42px;
        padding: 6px 20px;
    }
}

.box-assessment .message .submit {
    margin-top: 30px;

    color: #fff;
    border-radius: 0;
    background-color: #00348c;
}

.box-assessment .message .submit span {
    display: inline-block;
}

.box-assessment .message .submit span:before {
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 16px;

    content: '\e61a';
}

.box-assessment .message .submit:hover span {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .sidenav {
        display: none;
    }
}

.sidenav .title-case,
.sidenav .title-professional,
.sidenav .title-relate,
.sidenav .title-exotic,
.sidenav .title-others,
.sidenav .title-project {
    width: 100%;
    height: 100px;

    text-align: center;

    background: url(../images/title-case.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-case h3,
.sidenav .title-professional h3,
.sidenav .title-relate h3,
.sidenav .title-exotic h3,
.sidenav .title-others h3,
.sidenav .title-project h3 {
    font-size: 20px;
    line-height: 100px;

    display: inline-block;

    margin: 0;

    color: #fff;
}

.sidenav .title-case h3:before,
.sidenav .title-professional h3:before,
.sidenav .title-relate h3:before,
.sidenav .title-exotic h3:before,
.sidenav .title-others h3:before,
.sidenav .title-project h3:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 10px;

    content: '\e64c';
}

.sidenav .title-professional {
    background: url(../images/professional-title.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-professional h3:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e640';
}

.sidenav .title-relate {
    background: url(../images/relate-title.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-relate h3:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e644';
}

.sidenav .title-exotic {
    background: url(../images/countries-title.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-exotic h3:before {
    font-family: 'iconfont' !important;
    font-size: 28px;

    content: '\e62f';
}

.sidenav .title-others {
    background: url(../images/others-title.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-others h3:before {
    font-family: 'iconfont' !important;
    font-size: 28px;

    content: '\e62f';
}

.sidenav .title-project {
    background: url(../images/title-project.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-other-project {
    background: url(../images/professional-title.jpg) no-repeat center;
    background-size: cover;
}

.sidenav .title-other-project h3:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e640';
}

.sidenav .side-case .case ul,
.sidenav .side-exotic .case ul,
.sidenav .side-case .exotic ul,
.sidenav .side-exotic .exotic ul {
    padding: 10px;

    background-color: #f8f8f8;
}

.sidenav .side-case .case li,
.sidenav .side-exotic .case li,
.sidenav .side-case .exotic li,
.sidenav .side-exotic .exotic li {
    display: table;
    overflow: hidden;

    width: 100%;
    padding: 10px 0;

    border-bottom: 1px dashed #c9c9c9;
}

.sidenav .side-case .case li:last-child,
.sidenav .side-exotic .case li:last-child,
.sidenav .side-case .exotic li:last-child,
.sidenav .side-exotic .exotic li:last-child {
    border-bottom: none;
}

.sidenav .side-case .case li .pic,
.sidenav .side-exotic .case li .pic,
.sidenav .side-case .exotic li .pic,
.sidenav .side-exotic .exotic li .pic {
    display: table-cell;

    width: 30%;

    vertical-align: middle;
}

.sidenav .side-case .case li .text,
.sidenav .side-exotic .case li .text,
.sidenav .side-case .exotic li .text,
.sidenav .side-exotic .exotic li .text {
    display: table-cell;

    width: 70%;
    padding-left: 16px;

    vertical-align: middle;
}

.sidenav .side-case .case li .text h3,
.sidenav .side-exotic .case li .text h3,
.sidenav .side-case .exotic li .text h3,
.sidenav .side-exotic .exotic li .text h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #00348c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sidenav .side-case .case li .text p,
.sidenav .side-exotic .case li .text p,
.sidenav .side-case .exotic li .text p,
.sidenav .side-exotic .exotic li .text p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 4px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sidenav .side-others {
    background-color: #f8f8f8;
}

.sidenav .side-others ul {
    padding: 20px 6px;
}

.sidenav .side-others ul li {
    display: inline-block;
}

.sidenav .side-others ul li a {
    display: block;

    padding: 10px 20px;
}

.sidenav .side-others ul li:hover a,
.sidenav .side-others ul li.active a {
    text-decoration: underline;

    color: #00348c;
}

.sidenav .side-project {
    margin-top: 30px;
}

.sidenav .side-project .project ul {
    padding: 10px;

    background-color: #f8f8f8;
}

.sidenav .side-project .project li {
    display: table;
    overflow: hidden;

    width: 100%;
    padding: 10px 0;

    border-bottom: 1px dashed #c9c9c9;
}

.sidenav .side-project .project li:last-child {
    border-bottom: none;
}

.sidenav .side-project .project li .pic {
    display: table-cell;

    width: 40%;

    vertical-align: middle;
}

.sidenav .side-project .project li .pic .img-box {
    padding-bottom: 83.33333333%;
}

.sidenav .side-project .project li .text {
    display: table-cell;

    width: 60%;
    padding-left: 16px;

    text-align: center;
    vertical-align: middle;
}

.sidenav .side-project .project li .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #ff0101;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sidenav .side-project .project li .text p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 4px 0 0 0;

    color: #00348c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sidenav .side-professional {
    margin-top: 30px;
}

.sidenav .side-professional .professional li {
    position: relative;

    overflow: hidden;

    height: 60px;

    -webkit-transition: all .3s;
    transition: all .3s;

    border-bottom: 1px solid #fff;
    background-color: #e5e5e5;
}

.sidenav .side-professional .professional li:after {
    position: absolute;
    top: 50%;
    right: 20px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
}

.sidenav .side-professional .professional li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    position: absolute;
    top: 50%;

    display: inline-block;

    width: 100%;
    max-height: 48px;
    padding: 0 40px 0 20px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.sidenav .side-professional .professional li:hover {
    background-color: #00348c;
}

.sidenav .side-professional .professional li:hover:after {
    border-left: 6px solid #fff;
}

.sidenav .side-professional .professional li:hover a {
    color: #fff;
}

.sidenav .side-relate .relate li {
    position: relative;

    overflow: hidden;

    height: 60px;

    -webkit-transition: all .3s;
    transition: all .3s;

    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
}

.sidenav .side-relate .relate li a {
    line-height: 60px;

    display: inline-block;

    width: 100%;
    padding: 0 20px;

    vertical-align: middle;
}

.sidenav .side-relate .relate li:hover {
    background-color: #00348c;
}

.sidenav .side-relate .relate li:hover:after {
    border-left: 6px solid #fff;
}

.sidenav .side-relate .relate li:hover a {
    color: #fff;
}

.wrapper {
    overflow: hidden;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.title-in {
    border-bottom: 1px solid #e5e5e5;
}

.title-in h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;

    display: inline-block;

    margin: 0;
    padding: 0 48px;

    color: #fff;
    background-color: #00348c;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 18px;
        line-height: 50px;

        padding: 0 20px;
    }
}

.title-in h2:before {
    font-family: 'iconfont' !important;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e624';
}

.title-in .location {
    float: right;
}

.title-in .location ul:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 70px;

    float: left;

    margin-right: 10px;

    content: '\e685';

    color: #00348c;
}

@media (max-width: 991px) {
    .title-in .location ul:before {
        line-height: 50px;
    }
}

.title-in .location li {
    line-height: 70px;

    display: inline-block;

    color: #999;
}

@media (max-width: 991px) {
    .title-in .location li {
        line-height: 50px;
    }
}

.title-in .location li:after {
    content: '>';
}

.title-in .location li:last-child:after {
    display: none;
}

.title-in .location li a {
    display: inline-block;

    padding: 0 6px 0 4px;
}

.title-in .location li a:hover {
    text-decoration: underline;
}

.title-in-news h2:before {
    content: '\e722';
}

.title-in-honor h2:before {
    font-size: 26px;

    content: '\e733';
}

.title-in-service h2:before {
    font-size: 26px;

    content: '\e612';
}

.title-in-countries h2:before {
    font-size: 30px;

    content: '\e630';
}

.title-in-team h2:before {
    font-size: 30px;

    content: '\e625';
}

.title-in-training h2:before {
    font-size: 30px;

    content: '\e694';
}

.title-in-exotic h2:before {
    font-size: 30px;

    content: '\e62f';
}

.title-in-sign h2:before {
    font-size: 24px;
    font-weight: normal;

    content: '\e623';
}

.sidesort ul {
    margin-top: 40px;
	padding-left: 25%;
    /* text-align: center; */
}
@media(max-width:1199px){
	.sidesort ul {
		padding-left: 0;

	}
}
.sidesort ul li {
    display: inline-block;

    padding: 5px;
}

.sidesort ul li a {
    line-height: 45px;

    display: block;

    padding: 0 35px;

    -webkit-transition: all .5s;
    transition: all .5s;

    border: 1px solid #c9c9c9;
}

@media (max-width: 767px) {
    .sidesort ul li a {
        padding: 0 0px;
    }
}

.sidesort ul li.active a,
.sidesort ul li:hover a {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);

    color: #fff;
    border-color: #00348c;
    background-color: #00348c;
}

@media (max-width: 991px) {
    .sidesort ul li.active a,
    .sidesort ul li:hover a {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.wrap-about .title-about {
    text-align: center;
}

.wrap-about .title-about h2 {
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .title-about h2 {
        font-size: 20px;
    }
}

.wrap-about p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-about img {
    max-width: 100%;
}

.wrap-about .text {
    overflow: hidden;

    margin: 0 -15px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-about .text {
        margin-top: 30px;
    }
}

.wrap-about .text .left {
    float: left;

    width: 66.66666667%;
    padding: 15px;
}

@media (max-width: 991px) {
    .wrap-about .text .left {
        width: 100%;
    }
}

.wrap-about .text .right {
    float: left;

    width: 33.33333333%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .wrap-about .text .right {
        width: 100%;
    }
}

.wrap-about .pic {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-about .pic {
        margin-top: 30px;
    }
}

.wrap-news .news {
    margin-top: -30px;
}

.wrap-news .item {
    margin-top: 30px;

    -webkit-transition: all .5s;
    transition: all .5s;

    background-color: #eee;
}

.wrap-news .item:hover {
    background-color: #00348c;
}

.wrap-news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .item:hover .text h3,
.wrap-news .item:hover .text p {
    color: #fff;
}

.wrap-news .item:hover .text h3 {
    border-bottom: 1px solid cf;
}

.wrap-news .pic {
    position: relative;
}

.wrap-news .pic .img-box {
    padding-bottom: 65.85365854%;
}

.wrap-news .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .pic p {
    line-height: 40px;

    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    margin: 0;
    padding: 0 18px;

    color: #fff;
    background-color: #00348c;
}

.wrap-news .text {
    padding: 0 30px;
}

.wrap-news .text h3 {
    margin: 0;
    padding: 25px 0;

    border-bottom: 1px solid #dcdcdc;
}

.wrap-news .text h3 a {
    font-size: 14px;
    line-height: 26px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 26px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news .text p {
    margin: 0;
    padding: 20px 0 30px 0;

    color: #666;
}

.wrap-news .text p a {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-news-show .news-show .title-news {
    padding: 0 30px;

    text-align: center;

    background-color: #eee;
}

.wrap-news-show .news-show .title-news h3 {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
    padding: 40px 0;

    border-bottom: 1px solid #dcdcdc;
}

.wrap-news-show .news-show .title-news p {
    margin: 0;
    padding: 20px 0;
}

.wrap-news-show .news-show .title-news p span {
    line-height: 1.71428571;

    display: inline-block;

    margin-left: 60px;

    color: #999;
}

.wrap-news-show .news-show .title-news p span:first-child {
    margin-left: 0;
}

.wrap-news-show .news-show .text {
    padding: 40px 0 20px;
}

.wrap-news-show .news-show .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-news-show .news-show .text img {
    max-width: 100%;
}

.wrap-news-show .news-show .relate ul li {
    max-width: 630px;
    margin-top: 20px;
    padding: 15px 0;

    border: 1px solid #dcdcdc;
}

.wrap-news-show .news-show .relate ul li a {
    line-height: 30px;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-news-show .news-show .relate ul li a {
        padding: 0 15px;
    }
}

.wrap-news-show .news-show .relate ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 16px;

    content: '\e62b';
}

.wrap-news-show .news-show .relate ul li:last-child a:before {
    content: '\e9b8';
}

.wrap-news-show .news-show .relate ul li:hover {
    background-color: #00348c;
}

.wrap-news-show .news-show .relate ul li:hover a {
    color: #fff;
}

.wrap-honor .honor {
    margin-top: -30px;
}

.wrap-honor .item {
    margin-top: 30px;
}

.wrap-honor .item .img-box {
    border: 1px solid #d2d2d2;
}

.wrap-honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .item-1 .img-box {
    padding-bottom: 68.15286624%;
}

.wrap-honor .item-2 .img-box {
    padding-bottom: 143.62416107%;
}

.wrap-honor .item p {
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .item:hover p {
    color: #00348c;
}

.wrap-service .service li {
    display: table;

    width: 100%;
    padding: 40px 0;

    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .wrap-service .service li {
        display: block;

        padding: 30px 0;
    }
}

.wrap-service .service li:first-child {
    padding-top: 0;
}

.wrap-service .service li .pic {
    display: table-cell;

    width: 32%;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-service .service li .pic {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .wrap-service .service li .pic {
        display: block;

        width: 100%;
    }
}

.wrap-service .service li .pic .img-box {
    padding-bottom: 62%;
}

.wrap-service .service li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-service .service li .text {
    display: table-cell;

    width: 68%;
    padding-left: 30px;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-service .service li .text {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .wrap-service .service li .text {
        display: block;

        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-service .service li .text h3 {
    font-size: 16px;

    margin: 0;

    color: #666;
}

.wrap-service .service li .text p {
    font-size: 14px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-service .service li .text a {
    display: block;
}

.wrap-service .service li .text .more {
    display: inline-block;

    margin-top: 20px;
}

.wrap-service .service li .text .more a {
    line-height: 40px;

    display: block;

    height: 40px;
    padding: 0 40px;

    color: #fff;
    background-color: #00348c;
}

.wrap-service .service li .text .more a:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e610';
}

.wrap-service .service li:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-service .service li:hover .text h3 {
    color: #00348c;
}

.wrap-service-show .service-show .title-service h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}

.wrap-service-show .service-show .text {
    padding: 30px 0 20px;
}

.wrap-service-show .service-show .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-service-show .service-show .text img {
    max-width: 100%;
}

.wrap-service-show .service-show .relate ul li {
    max-width: 630px;
    margin-top: 20px;
    padding: 15px 0;

    border: 1px solid #dcdcdc;
}

.wrap-service-show .service-show .relate ul li a {
    line-height: 30px;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-service-show .service-show .relate ul li a {
        padding: 0 15px;
    }
}

.wrap-service-show .service-show .relate ul li a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 16px;

    content: '\e62b';
}

.wrap-service-show .service-show .relate ul li:last-child a:before {
    content: '\e9b8';
}

.wrap-service-show .service-show .relate ul li:hover {
    background-color: #00348c;
}

.wrap-service-show .service-show .relate ul li:hover a {
    color: #fff;
}

.wrap-process .info {
    margin-top: 40px;
}

.wrap-process .info:first-child {
    margin-top: 0;
}

.wrap-process .info .title-process {
    position: relative;

    overflow: hidden;

    background-color: #000;
}

.wrap-process .info .title-process img {
    height: 200px;

    opacity: .7;
}

.wrap-process .info .title-process h3 {
    font-size: 30px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}

@media (max-width: 767px) {
    .wrap-process .info .title-process h3 {
        font-size: 28px;
    }
}

.wrap-process .info .text {
    padding: 60px 30px;

    background-color: #eee;
}

@media (max-width: 767px) {
    .wrap-process .info .text {
        padding: 30px 15px;
    }
}

.wrap-process .info .text p {
    line-height: 2;

    margin: 0;
}

.wrap-cooperation ul {
    margin-top: -30px;
}

.wrap-cooperation ul li {
    position: relative;

    overflow: hidden;

    margin-top: 30px;

    background-color: #fafafa;
}

.wrap-cooperation ul li .pic,
.wrap-cooperation ul li .text {
    float: left;

    width: 50%;
}

@media (max-width: 991px) {
    .wrap-cooperation ul li .pic,
    .wrap-cooperation ul li .text {
        float: none;

        width: 100%;
    }
}

.wrap-cooperation ul li .img-box {
    padding-bottom: 63.49206349%;
}

.wrap-cooperation ul li .text {
    padding: 80px 50px 0 50px;
}

@media (max-width: 1199px) {
    .wrap-cooperation ul li .text {
        padding: 30px 15px 0 15px;
    }
}

@media (max-width: 991px) {
    .wrap-cooperation ul li .text {
        padding: 30px 15px;
    }
}

.wrap-cooperation ul li .text h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    overflow: hidden;

    margin: 0 0 20px 0;

    color: #00348c;
}

@media (max-width: 991px) {
    .wrap-cooperation ul li .text h3 {
        font-size: 24px;
    }
}

.wrap-cooperation ul li .text h3:before {
    display: inline-block;
    float: left;

    width: 3px;
    height: 30px;
    margin-right: 18px;

    content: '';

    background-color: #00348c;
}

.wrap-cooperation ul li .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-cooperation ul li .text span {
    font-size: 100px;
    line-height: 1;

    position: absolute;
    right: 20px;
    bottom: -30px;

    letter-spacing: 3px;

    color: #e4e4e4;
}

@media (max-width: 1199px) {
    .wrap-cooperation ul li .text span {
        font-size: 70px;
    }
}

.wrap-cooperation ul li:nth-child(2n) .pic {
    float: right;
}

@media (max-width: 991px) {
    .wrap-cooperation ul li:nth-child(2n) .pic {
        float: none;
    }
}

.wrap-cooperation ul li:nth-child(2n) .text span {
    position: absolute;
    right: auto;
    left: 30px;
}

@media (max-width: 991px) {
    .wrap-cooperation ul li:nth-child(2n) .text span {
        right: 20px;
        left: auto;
    }
}

.wrap-complaints .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-complaints .text img {
    max-width: 100%;
}
.wrap-countries,
.wrap-countries-show{
	padding-top: 8px;
}

.wrap-countries .countries {
    margin-top: -40px;
}

@media (max-width: 991px) {
    .wrap-countries .countries {
        margin-top: -30px;
    }
}

.wrap-countries .countries .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .wrap-countries .countries .item {
        margin-top: 30px;
    }
}

.wrap-countries .countries .item .img-box {
    padding-bottom: 83.33333333%;
}

.wrap-countries .countries .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-countries .countries .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    color: #ff0101;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-countries .countries .item h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-countries .countries .item p {
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-countries .countries .item a {
    display: block;
}

.wrap-countries .countries .item a.more {
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin: 14px 0 0 0;
    padding: 0 32px;

    color: #fff;
    background-color: #00348c;
}

.wrap-countries .countries .item a.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: right;

    margin-left: 10px;

    content: '\e727';
}

.wrap-countries .countries .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-countries-show .countries-show .pro-show .album {
    position: relative;
}

.wrap-countries-show .countries-show .pro-show .album .img-box {
    padding-bottom: 82.69230769%;
}

.wrap-countries-show .countries-show .pro-show .album .sync {
    margin: 0 -6px;
}

.wrap-countries-show .countries-show .pro-show .album .sync1 {
    width: 100%;
}

.wrap-countries-show .countries-show .pro-show .album .sync1 .item {
    width: 100%;

    text-align: center;

    background: #fff;
}

.wrap-countries-show .countries-show .pro-show .album .sync2 {
    margin: 0 auto;
    margin-top: 8px;
}

.wrap-countries-show .countries-show .pro-show .album .sync2 .synced .item {
    border-color: #00348c;
}

.wrap-countries-show .countries-show .pro-show .album .sync2 .item {
    margin: 0 6px;
    padding: 3px;

    cursor: pointer;

    border: 1px solid #d2d2d2;
}

.wrap-countries-show .countries-show .pro-show .album .owl-theme .owl-controls .owl-buttons {
    display: none;
}

@media (max-width: 1199px) {
    .wrap-countries-show .countries-show .pro-show .text {
        margin-top: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text h3 {
    font-size: 26px;
    font-weight: bold;

    margin: 0;

    text-align: center;
}

@media (max-width: 991px) {
    .wrap-countries-show .countries-show .pro-show .text h3 {
        font-size: 20px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .info p {
    line-height: 30px;

    display: inline-block;

    margin: 0;
    margin-top: 16px;
    margin-right: 50px;

    color: #999;
}

@media (max-width: 1330px) {
    .wrap-countries-show .countries-show .pro-show .text .info p {
        margin-left: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .info p:last-child {
    margin-right: 0;
}

.wrap-countries-show .countries-show .pro-show .text .info p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e617';

    color: #00348c;
}

.wrap-countries-show .countries-show .pro-show .text .info p.item-2:before {
    font-size: 20px;

    content: '\e618';
}

.wrap-countries-show .countries-show .pro-show .text .info p.item-3:before {
    font-size: 22px;

    margin-right: 6px;

    content: '\e72a';
}

.wrap-countries-show .countries-show .pro-show .text .salary {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-countries-show .countries-show .pro-show .text .salary {
        margin-top: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .salary p {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;

    position: relative;

    margin: 0;
    padding-left: 130px;

    text-align: center;

    color: #fff;
    background-color: #f85353;
}

.wrap-countries-show .countries-show .pro-show .text .salary p span {
    position: absolute;
    left: 0;

    display: block;

    width: 130px;

    background-color: #ff0101;
}

.wrap-countries-show .countries-show .pro-show .text .note {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-countries-show .countries-show .pro-show .text .note {
        margin-top: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .note p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}

.wrap-countries-show .countries-show .pro-show .text .note p b {
    color: #333;
}

.wrap-countries-show .countries-show .pro-show .text .link {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-countries-show .countries-show .pro-show .text .link {
        margin-top: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .link a {
    line-height: 54px;

    display: inline-block;

    height: 54px;
    padding: 0 45px;

    text-transform: uppercase;

    color: #fff;
    background-color: #00348c;
}

@media (max-width: 991px) {
    .wrap-countries-show .countries-show .pro-show .text .link a {
        padding: 0 40px;
    }
}

@media (max-width: 1330px) {
    .wrap-countries-show .countries-show .pro-show .text .link a {
        padding: 0 34px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .link a:before {
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e623';

    color: #fff;
}

.wrap-countries-show .countries-show .pro-show .text .link a.inquire {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .wrap-countries-show .countries-show .pro-show .text .link a.inquire {
        margin-right: 10px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .link a.similar {
    color: #666;
    background-color: #eee;
}

.wrap-countries-show .countries-show .pro-show .text .link a.similar:before {
    content: '\e64c';

    color: #666;
}

.wrap-countries-show .countries-show .pro-show .text .link a:hover {
    text-decoration: underline;
}

.wrap-countries-show .countries-show .pro-show .text .prev-next {
    margin-top: 40px;

    text-align: right;
}

@media (max-width: 1199px) {
    .wrap-countries-show .countries-show .pro-show .text .prev-next {
        margin-top: 30px;
    }
}

.wrap-countries-show .countries-show .pro-show .text .prev-next a {
    display: inline-block;

    margin-left: 20px;

    color: #666;
}

.wrap-countries-show .countries-show .pro-show .text .prev-next a.next:before,
.wrap-countries-show .countries-show .pro-show .text .prev-next a.last:before {
    font-family: 'iconfont';
    font-size: 12px;
    line-height: 22px;

    display: inline-block;
    float: left;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    content: '\e639';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #999;
}

.wrap-countries-show .countries-show .pro-show .text .prev-next a.last:before {
    float: right;

    margin-right: 0;
    margin-left: 10px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-countries-show .countries-show .pro-show .text .prev-next a:hover {
    color: #00348c;
}

.wrap-countries-show .countries-show .pro-show .text .prev-next a:hover.next:before,
.wrap-countries-show .countries-show .pro-show .text .prev-next a:hover.last:before {
    background-color: #00348c;
}

.wrap-countries-show .countries-show .description {
    padding-top: 70px;
}

.wrap-countries-show .countries-show .description .title-description li {
    display: inline-block;

    margin-right: 10px;
}

.wrap-countries-show .countries-show .description .title-description li a {
    line-height: 44px;

    display: block;

    padding: 0 46px;

    -webkit-transition: all .5s;
    transition: all .5s;

    border-radius: 10px 10px 0 0;
    background-color: #e5e5e5;
}

.wrap-countries-show .countries-show .description .title-description li:hover a,
.wrap-countries-show .countries-show .description .title-description li.active a {
    position: relative;

    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);

    color: #fff;
    background-color: #00348c;
}

.wrap-countries-show .countries-show .description .list {
    padding-top: 30px;
}

.wrap-countries-show .countries-show .description .list table {
    width: 100%;
}

.wrap-countries-show .countries-show .description .list table th,
.wrap-countries-show .countries-show .description .list table td {
    line-height: 1.85714286;

    padding: 10px 20px;

    color: #666;
    border: 1px solid #b5b5b5;
}

.wrap-countries-show .countries-show .description .list table th {
    font-size: 16px;

    width: 20%;

    text-align: center;
}

.wrap-countries-show .relate-product {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-countries-show .relate-product {
        margin-top: 40px;
    }
}

.wrap-countries-show .relate-product .title-relate h3 {
    font-size: 14px;
    line-height: 44px;

    display: inline-block;

    margin: 0;
    padding: 0 46px;

    color: #fff;
    border-radius: 10px 10px 0 0;
    background-color: #00348c;
}

.wrap-countries-show .relate-product .item {
    margin-top: 30px;
}

.wrap-countries-show .relate-product .item .img-box {
    padding-bottom: 83.33333333%;
}

.wrap-countries-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-countries-show .relate-product .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 0;

    color: #ff0101;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-countries-show .relate-product .item h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-countries-show .relate-product .item p {
    line-height: 1.57142857;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-countries-show .relate-product .item a {
    display: block;
}

.wrap-countries-show .relate-product .item a.more {
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin: 14px 0 0 0;
    padding: 0 32px;

    color: #fff;
    background-color: #00348c;
}

.wrap-countries-show .relate-product .item a.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    float: right;

    margin-left: 10px;

    content: '\e727';
}

.wrap-countries-show .relate-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-case .case {
    margin-top: -30px;
}

.wrap-case .case .item {
    margin-top: 30px;
}

.wrap-case .case .item .img-box {
    padding-bottom: 73.17073171%;
}

.wrap-case .case .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-case .case .item p {
    display: -webkit-box;
    overflow: hidden;

    margin: 14px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-case .case .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-exotic .exotic .title-exotic {
    position: relative;
    overflow: hidden;

    background-color: #00519d;
}

.wrap-exotic .exotic .title-exotic h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}

.wrap-exotic .exotic .title-exotic p {
    line-height: 2.14285714;

    min-height: 90px;
    margin: 10px 0 0 0;

    color: #fff;
}

.wrap-exotic .exotic .title-exotic img {
    position: absolute;
    z-index: 0;
    top: 0;

    height: 100%;

    opacity: .3;
}

.wrap-exotic .exotic .title-exotic .note {
    position: relative;
    z-index: 2;

    padding: 24px 70px;
}

.wrap-exotic .exotic .text {
    margin-top: 40px;
}

.wrap-exotic .exotic .text h3 {
    font-size: 20px;
    font-weight: bold;

    text-align: center;
}

.wrap-exotic .exotic .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-exotic .exotic .text img {
    max-width: 100%;
}

.wrap-team .team .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-team .team .item {
    margin-top: 30px;
}

.wrap-team .team .item .img-box {
    padding-bottom: 73.17073171%;
}

.wrap-team .team .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-team .team .item p {
    display: -webkit-box;
    overflow: hidden;

    margin: 14px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-team .team .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-training p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-training img {
    max-width: 100%;
}

.wrap-training .text {
    overflow: hidden;

    margin: 0 -15px;
}

.wrap-training .text .left {
    float: left;

    width: 58.33333333%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .wrap-training .text .left {
        width: 100%;
    }
}

.wrap-training .text .right {
    float: left;

    width: 41.66666667%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .wrap-training .text .right {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-training .item {
    margin-top: 50px;
}

.wrap-training .item .img-box {
    padding-bottom: 64.87804878%;
}

.wrap-training .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-training .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-customer .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-customer .customer {
    margin-top: 40px;
    padding: 50px 110px;

    background: url(../images/customer_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .wrap-customer .customer {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-customer .customer {
        padding: 30px 15px;
    }
}

.wrap-customer form {
    margin: 0 -44px;
}

@media (max-width: 1199px) {
    .wrap-customer form {
        margin: 0 -15px;
    }
}

.wrap-customer form .list {
    padding: 0 44px;
}

@media (max-width: 1199px) {
    .wrap-customer form .list {
        padding: 0 15px;
    }
}

.wrap-customer select,
.wrap-customer input,
.wrap-customer .submit {
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin: 15px 0;
    padding: 15px 20px;

    color: #333;
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

.wrap-customer input::-webkit-input-placeholder,
.wrap-customer textarea::-webkit-input-placeholder {
    color: #333;
}

.wrap-customer input:-o-placeholder,
.wrap-customer textarea:-o-placeholder {
    color: #333;
}

.wrap-customer input::-moz-placeholder,
.wrap-customer textarea::-moz-placeholder {
    color: #333;
}

.wrap-customer input:-ms-input-placeholder,
.wrap-customer textarea:-ms-input-placeholder {
    color: #333;
}

.wrap-customer input:focus::-webkit-input-placeholder,
.wrap-customer textarea:focus::-webkit-input-placeholder {
    color: #999;
}

.wrap-customer input:focus::-o-placeholder,
.wrap-customer textarea:focus::-o-placeholder {
    color: #999;
}

.wrap-customer input:focus::-moz-placeholder,
.wrap-customer textarea:focus::-moz-placeholder {
    color: #999;
}

.wrap-customer input:focus::-ms-input-placeholder,
.wrap-customer textarea:focus::-ms-input-placeholder {
    color: #999;
}

.wrap-customer .submit {
    font-size: 18px;

    margin-top: 40px;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #00348c;
}

.wrap-customer .submit span {
    display: inline-block;
}

.wrap-customer .submit span:before {
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 16px;

    content: '\e61a';
}

.wrap-customer .submit:hover span {
    text-decoration: underline;
}

.wrap-project .pic img {
    width: 100%;
}

.wrap-project .text {
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .wrap-project .text {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .wrap-project .text {
        padding-top: 30px;
    }
}

.wrap-project .text h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 24px 0;
}

.wrap-project .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.title-reason {
    text-align: center;
}

.title-reason h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}

.title-reason p {
    line-height: 1.71428571;

    max-width: 920px;
    margin: 0 auto;
    margin-top: 20px;
}

.wrap-reason {
    background-color: #f8f8f8;
}

.wrap-reason .reason {
    margin-top: 30px;
}

.wrap-reason .reason .list {
    display: inline-block;
    float: none;

    margin-right: -4px;

    vertical-align: top;
}

.wrap-reason .reason .item {
    display: table;

    width: 100%;
    margin-top: 20px;
}

.wrap-reason .reason .item .left {
    display: table-cell;

    width: 30%;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #00348c;
}

.wrap-reason .reason .item .left h3 {
    font-size: 40px;
    line-height: 118px;

    margin: 0;
}

.wrap-reason .reason .item .right {
    display: table-cell;

    width: 70%;
    padding: 5px 20px;

    vertical-align: middle;

    border-left: 1px solid #fff;
    background-color: #869ec6;
}

.wrap-reason .reason .item .right p {
    line-height: 1.85714286;

    margin: 0;

    color: #fff;
}

.wrap-model .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-model .item {
        margin-top: 30px;
    }
}

.wrap-model .item h3 {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
    padding: 15px;

    text-align: center;

    color: #fff;
    background-color: #00a0e9;
}

.wrap-model .item .note {
    min-height: 154px;
    padding: 16px;

    background-color: #00b7ee;
}

.wrap-model .item .note p {
    line-height: 2;

    color: #fff;
}

.wrap-model .item-2 h3 {
    background-color: #009e96;
}

.wrap-model .item-2 .note {
    background-color: #13b5b1;
}

.wrap-model .item-3 h3 {
    background-color: #094;
}

.wrap-model .item-3 .note {
    background-color: #80c269;
}

.wrap-model .item-4 h3 {
    background-color: #638c0b;
}

.wrap-model .item-4 .note {
    background-color: #8fc31f;
}

.wrap-model .item-5 h3 {
    background-color: #ac6a00;
}

.wrap-model .item-5 .note {
    background-color: #f39800;
}

.wrap-model .item-6 h3 {
    background-color: #eb6100;
}

.wrap-model .item-6 .note {
    background-color: #f19149;
}

.wrap-signup .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-signup .signup .title-sign {
    margin-top: 60px;
    padding: 25px 0;

    background: url(../images/signup_bg.jpg) no-repeat center;
}

.wrap-signup .signup .title-sign h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    text-align: center;

    color: #fff;
}

@media (max-width: 767px) {
    .wrap-signup .signup .title-sign h3 {
        font-size: 18px;
    }
}

.wrap-signup .signup form {
    padding: 40px 0 60px 0;

    background: #f4f4f4;
}

.wrap-signup .signup form ul {
    overflow: hidden;
}

.wrap-signup .signup form ul li {
    float: left;
    overflow: hidden;

    width: 100%;
    padding: 15px 70px;
}

@media (max-width: 1199px) {
    .wrap-signup .signup form ul li {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-signup .signup form ul li {
        padding: 10px 15px;
    }
}

.wrap-signup .signup form ul li .text {
    position: relative;

    padding-left: 144px;
}

.wrap-signup .signup form ul li span {
    line-height: 50px;

    position: absolute;
    left: 0;

    display: inline-block;

    color: #666;
}

.wrap-signup .signup form ul li input,
.wrap-signup .signup form ul li select {
    height: 50px;
}

@media (max-width: 767px) {
    .wrap-signup .signup form ul li input,
    .wrap-signup .signup form ul li select {
        height: 40px;
    }
}

.wrap-signup .signup form ul li input,
.wrap-signup .signup form ul li textarea,
.wrap-signup .signup form ul li select {
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    padding: 10px;

    border: 1px solid #ccc;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .wrap-signup .signup form ul li input,
    .wrap-signup .signup form ul li textarea,
    .wrap-signup .signup form ul li select {
        line-height: 20px;

        min-height: 40px;
    }
}

.wrap-signup .signup form ul li .texta {
    line-height: 2.14285714;

    width: 100%;
    padding-left: 0;

    color: #666;
}

.wrap-signup .signup form ul li .textb {
    padding-left: 0;

    text-align: center;
}

.wrap-signup .signup form .item {
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-signup .signup form .item {
        width: 100%;
    }
}

.wrap-signup .signup form .item-1 input {
    float: left;

    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 19px;
    margin-right: 12px;
    padding: 0;
}

.wrap-signup .signup form .item-1 label {
    font-weight: normal;
    line-height: 50px;

    height: 50px;
    margin: 0;
    padding: 0 16px;

    cursor: pointer;
}

.wrap-signup .signup form .submit {
    line-height: 60px;

    height: 60px;
    margin: 0;
    margin-top: 20px;
    padding: 0 86px;

    color: #fff;
    border-radius: 0;
    background-color: #00348c;
}

.wrap-signup .signup form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e623';
}

.wrap-signup .signup form .submit:hover {
    text-decoration: underline;
}

.page {
    margin-top: 60px;

    text-align: center;
}

.page li {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
    .page li {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 2px;
    }
}

.page li a {
    display: block;
}

.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    vertical-align: middle;

    color: #333;
}

.page li.prev a:before {
    content: '\e9b5';
}

.page li.next a:before {
    content: '\e72f';
}

.page li.active,
.page li:hover {
    color: #fff;
    border-color: #00348c;
    background-color: #00348c;
}

.page li.active a:before,
.page li:hover a:before {
    color: #fff;
}

.fancybox-caption {
    font-size: 16px;

    text-align: center;

    border: none;
}


@media(max-width: 767px) {
    .box-item,
    .box-exotic,
    .box-process .item-1,
    .box-process .item-3,
    .box-about .title,
    .box-news,
    .box-footer .footer ul li,
    .box-link {
        display: none;
    }
    .box-footer .footer ul li:last-child {
        display: block;
    }
    .box-about .sync1 {
        display: none!important;
    }
    .box-about {
        padding: 30px 0;
    }
    .box-business {
        padding-bottom: 20px;
    }

    .sidesort li {
        width: 50%;
        margin-right: -4px;
    }
}


.dowebok {
    height: 470px;
    background: none;
}

@media(max-width: 767px) {
    .box-process {
        padding: 20px 0 40px 0;
    }
    .dowebok {
        height: 350px;
    }
}

.str_wrap.str_active {
    background: none;
}

@media(max-width: 767px) {
    .box-project .title-project h3 {
        font-size: 18px;
    }
    .box-project .title-project {
        bottom: 10px;
    }
    .box-project .maskbg {
        display: none;
    }
}


.banner .img-box {
    padding-bottom: 33.84%;
}






.fancybox-slide--iframe .fancybox-content {
    width: 960px;
    max-width: 80%;
    height: 560px!important;
    max-height: 80%!important;
    margin: 0;
}



.wrap-contact .title-contact
{
    text-align: center;
}
.wrap-contact .title-contact h2
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 20px;
    }
}
.wrap-contact .text
{
    margin-top: 50px;

    text-align: center;
}
.wrap-contact .map
{
    width: 100%;
    height: 500px;
    margin-top: 50px;

    border: 1px solid #dcdcdc;
}
.sidesort > ul > li
{
    position: relative;
}
.sidesort > ul > li.active > ul > li > a,
.sidesort > ul > li:hover > ul > li > a
{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);

    background: none;
}
.sidesort > ul > li > ul
{
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    margin: 0;
    padding: 0;

    background-color: rgba(0, 52, 140, .8);
}
.sidesort > ul > li > ul > li
{
    display: block;

    margin: 5px 0;
    padding: 0;
	text-align: center;
}
.sidesort > ul > li > ul > li > a
{
    font-size: 14px;
    line-height: 2;

    display: block;

    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    color: #fff;
    border: none;
    background: none;
}
.sidesort > ul > li > ul > li > a:hover
{
    background-color: #00348c;
}
@media (max-width: 991px)
{
    .sidesort > ul > li.active
    {
        display: block;
    }
    .sidesort > ul > li.active > ul
    {
        position: relative;

        display: block;
    }
    .sidesort > ul > li.active > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-countries .countries-new .title-countries-new,
.wrap-countries .countries-new .countries-list .item
{
    font-size: 0;
}
.wrap-countries .countries-new .title-countries-new p,
.wrap-countries .countries-new .countries-list .item p
{
    font-size: 16px;

    display: inline-block;

    width: 16.5%;

    text-align: center;
    vertical-align: top;
	margin: 0;
}
.wrap-countries .countries-new .title-countries-new p.date,
.wrap-countries .countries-new .countries-list .item p.date{
	font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767px)
{
    .wrap-countries .countries-new .title-countries-new p,
    .wrap-countries .countries-new .countries-list .item p
    {
        font-size: 14px;
    }
}
.wrap-countries .countries-new .title-countries-new p:nth-child(1),
.wrap-countries .countries-new .countries-list .item p:nth-child(1)
{
    width: 67%;

    text-align: left;
}
.wrap-countries .countries-new .title-countries-new
{
    padding: 10px 0;

    /* border-bottom: 1px solid #e5e5e5; */
}
.wrap-countries .countries-new .title-countries-new:after{
	content: '';
	display: block;
	width: calc(100% - 30px); 
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 10px;
}
@media(max-width:767px){
	.wrap-countries .countries-new .title-countries-new:after{
		width: 100%;
	}
}
.wrap-countries .countries-new .title-countries-new p
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-countries .countries-new .title-countries-new p
    {
        font-size: 14px;
    }
	.wrap-countries .countries-new .title-countries-new p,
	.wrap-countries .countries-new .countries-list .item p{
		width: 30%;
	}
	.wrap-countries .countries-new .title-countries-new p:nth-child(1),
	.wrap-countries .countries-new .countries-list .item p:nth-child(1)
	{
		width: 40%;
	}
}
.wrap-countries .countries-new .countries-list
{
    margin-top: 10px;
}
.wrap-countries .countries-new .countries-list .item
{
    display: block;

    padding: 15px 0;
	border-bottom: 1px solid #f8fbff;
}
.wrap-countries .countries-new .countries-list .item .over
{
    color: #ed0707;
}
/* .wrap-countries .countries-new .countries-list .item .plus:after
{
    display: inline-block;

    width: 91px;
    height: 21px;

    content: '';
    vertical-align: middle;

    background: url(../images/plus.jpg) no-repeat center;
    background-size: cover;
} */
.wrap-countries .countries-new .countries-list .item .ptxt{
	color: #f5173b;
	/* font-weight: bold; */
	 text-shadow: -1px 1px 0 #ebeb36, 1px 1px 0 #ebeb36, 1px -1px 0 #ebeb36,-1px -1px 0 #ebeb36;

}
.wrap-countries .countries-new .countries-list .item:hover
{
    color: #00348c;
}
.wrap-countries .showMorehandle
{
    margin-top: 30px;

    text-align: center;
}
.wrap-countries .showMorehandle a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 150px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #00348c;
    border: 1px solid #00348c;
    border-radius: 10px;
}
.wrap-countries .showMorehandle a:hover
{
    color: #fff;
    background-color: #00348c;
}
.wrap-join-over .join-over .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 200px;
    height: 200px;
    margin: 0 auto;

    border: 10px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-join-over .join-over .item .pic
    {
        width: 140px;
        height: 140px;
    }
}
.wrap-join-over .join-over .item .text
{
    margin-top: -50px;
    padding: 80px 5% 60px;

    color: #fff;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5295f6), to(#3a59f3));
    background-image: -webkit-linear-gradient(#5295f6, #3a59f3);
    background-image:         linear-gradient(#5295f6, #3a59f3);
}
.wrap-join-over .join-over .item .text .title-text
{
    text-align: center;
}
.wrap-join-over .join-over .item .text .title-text h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-join-over .join-over .item .text .title-text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-over .join-over .item .text .title-text h3
    {
        font-size: 20px;
    }
}
.wrap-join-over .join-over .item .text .title-text p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.wrap-join-over .join-over .item .text .note
{
    max-width: 740px;
    margin: 0 auto;
    margin-top: 30px;
}
@media(max-width:1350px){
	.wrap-join-over .join-over .item .text .note{
		max-width: 610px;
	}
}
.wrap-join-over .join-over .item .text .note p
{
    line-height: 2;

    margin: 0;
}
.wrap-join-over .join-list
{
    font-size: 0;

    margin-top: 50px;
}
.wrap-join-over .join-list .join-sort,
.wrap-join-over .join-list .join-info
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-join-over .join-list .join-sort
{
    width: 270px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-join-over .join-list .join-sort
    {
        width: 180px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-sort
    {
        width: 100px;
    }
}
.wrap-join-over .join-list .join-sort .item
{
    line-height: 30px;

    padding: 15px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
}
@media(max-width:1350px){
	.wrap-join-over .join-list .join-sort .item{
		padding: 10px 15px;
	}
	
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-sort .item
    {
        padding: 10px;
    }
    .wrap-join-over .join-list .join-sort .item h4
    {
        font-size: 15px;
    }
}
.wrap-join-over .join-list .join-sort .active .item
{
    padding: 30px 15px;

    color: #fff;
    background-color: #2b2b2b;
}
@media (max-width: 1350px)
{
    .wrap-join-over .join-list .join-sort .active .item
    {
        padding: 15px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-sort .active .item
    {
        padding: 20px 10px;
    }
}
.wrap-join-over .join-list .join-info
{
    font-size: 0;

    width: -webkit-calc(100% - 270px);
    width:         calc(100% - 270px);
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-join-over .join-list .join-info
    {
        width: -webkit-calc(100% - 180px);
        width:         calc(100% - 180px);
    }
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-info
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
        padding-left: 20px;
    }
}
.wrap-join-over .join-list .join-info .join-left,
.wrap-join-over .join-list .join-info .join-pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-join-over .join-list .join-info .join-left
{
    width:32%;
}
@media(max-width:991px){
	.wrap-join-over .join-list .join-info .join-left
	{
		width:30%;
	}
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-info .join-left
    {
        width: 100%;
    }
}
.wrap-join-over .join-list .join-info .join-left .title-join-left h3
{
    font-size: 30px;
    line-height: 1.2;

    color: #00348c;
}
@media (max-width: 991px)
{
    .wrap-join-over .join-list .join-info .join-left .title-join-left h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-info .join-left .title-join-left h3
    {
        font-size: 20px;
    }
}
.wrap-join-over .join-list .join-info .join-left .title-join-left h4
{
    font-size: 16px;
    line-height: 24px;

    color: #00348c;
}
.wrap-join-over .join-list .join-info .join-left .title-join-left h4:after
{
    display: block;

    width: 30px;
    height: 2px;
    margin-top: 14px;

    content: '';

    background-color: #00348c;
}
.wrap-join-over .join-list .join-info .join-left .note
{
    margin-top: 30px;
}
.wrap-join-over .join-list .join-info .join-left .note p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-join-over .join-list .join-info .join-pic
{
    width: 68%;
    padding-left: 30px;
}
@media(max-width:991px){
	.wrap-join-over .join-list .join-info .join-pic
	{
		width: 70%;
	}
}
@media (max-width: 767px)
{
    .wrap-join-over .join-list .join-info .join-pic
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-join-over .join-list .join-info .join-pic img
{
    width: 100%;
}
.box-student
{
    position: relative;
}
.box-student:before
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #f2f7ff;
}
.box-student .title,
.box-student .student
{
    position: relative;
    z-index: 2;
}
.box-student .student
{
    margin-top: 30px;
}
.box-student .student .owl-carousel
{
    margin: 0 -15px;
}
.box-student .student .owl-item
{
    padding: 0 15px;
}
.box-student .student .item .pic
{
    position: relative;

    background-color: #000;
}
.box-student .student .item .pic .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
.box-student .student .item .pic .img-box
{
    padding-bottom: 75%;

    opacity: .75;
}
.box-student .student .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-student .student .item .text
{
    margin-top: 20px;
}
.box-student .student .item .text h3
{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-student .student .item .text p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-student .student .item .text a.more
{
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #777;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}
.box-student .student .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-student .student .item:hover .text a.more
{
    color: #fff;
    background-color: #00348c;
}
.box-student .student .owl-theme .owl-controls .owl-buttons div
{
    font-size: 16px;
    line-height: 42px;

    position: absolute;
    top: 50%;
    left: -5%;

    display: block;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #666;
    border: 1px solid #bcbcbc;
    background-color: #fff;
}
.box-student .student .owl-theme .owl-controls .owl-buttons div:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.box-student .student .owl-theme .owl-controls .owl-buttons div.owl-next
{
    right: -5%;
    left: auto;
}
.box-student .student .owl-theme .owl-controls .owl-buttons div.owl-next:before
{
    content: '\e827';
}
.box-student .student .owl-theme .owl-controls .owl-buttons div:hover
{
    color: #fff;
    background-color: #00348c;
}
.wrap-video .video
{
    margin-top: -30px;
}
.wrap-video .video .item
{
    margin-top: 30px;
}
.wrap-video .video .item .pic
{
    position: relative;

    background-color: #000;
}
.wrap-video .video .item .pic .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
.wrap-video .video .item .pic .img-box
{
    padding-bottom: 75%;

    opacity: .75;
}
.wrap-video .video .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-video .video .item .text
{
    margin-top: 20px;
}
.wrap-video .video .item .text h3
{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .video .item .text p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-video .video .item .text .more
{
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #777;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}
.wrap-video .video .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-video .video .item:hover .text .more
{
    color: #fff;
    background-color: #00348c;
}
.wrap-video .video .owl-theme .owl-controls .owl-buttons div
{
    font-size: 16px;
    line-height: 42px;

    position: absolute;
    top: 50%;
    left: -5%;

    display: block;

    width: 44px;
    height: 44px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #666;
    border: 1px solid #bcbcbc;
    background-color: #fff;
}
.wrap-video .video .owl-theme .owl-controls .owl-buttons div:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-video .video .owl-theme .owl-controls .owl-buttons div.owl-next
{
    right: -5%;
    left: auto;
}
.wrap-video .video .owl-theme .owl-controls .owl-buttons div.owl-next:before
{
    content: '\e827';
}
.wrap-video .video .owl-theme .owl-controls .owl-buttons div:hover
{
    color: #fff;
    background-color: #00348c;
}
.wrap-countries .prod_show
{
    padding:26px 20px 15px;
	/* text-align: right; */
}
.wrap-countries .prod_show a
{
    display: inline-block;

    margin-right: 22px;

    cursor: pointer;
}
.wrap-countries .prod_show a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 1;

    display: block;

    content: '\e634';

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrap-countries .prod_show .show_item:before
{
    font-size: 18px;

    content: '\e633';
}
.wrap-countries .prod_show .act:before
{
    color: #00348c;
}
.wrap-countries .countries-new .countries-list .item .img-box
{
    display: none;
}
.wrap-countries .countries-new .countries-list .item h3
{
    display: none;
}
.wrap-countries .countries-new .countries-list .item .more
{
    display: none;
}
.wrap-countries .countries-new .countries-list .item .desc
{
    display: none;
}
.wrap-countries .countries-new.show_style .title-countries-new
{
    display: none;
}
.wrap-countries .countries-new.show_style .countries-list
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-countries .countries-new.show_style .countries-list
    {
        margin-right: -8px;
        margin-left: -8px;
    }
}
.wrap-countries .countries-new.show_style .countries-list > li
{
    font-size: 14px;

    display: inline-block !important;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-countries .countries-new.show_style .countries-list > li
    {
        width: 50%;
        padding: 0 8px;
    }
}
.wrap-countries .countries-new.show_style .countries-list .item
{
    overflow: hidden;

    margin-top: 30px;

    text-align: left;
}
.wrap-countries .countries-new.show_style .countries-list .item .img-box
{
    display: block;
	padding-bottom: 83.33333333%;
}
.wrap-countries .countries-new.show_style .countries-list .item .date
{
    display: none;
}
.wrap-countries .countries-new.show_style .countries-list .item p
{
    width: 100%;

    text-align: left;
}
.wrap-countries .countries-new.show_style .countries-list .item p:nth-child(1)
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 20px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-countries .countries-new.show_style .countries-list{
	margin-top: 0px;
}
.wrap-countries .countries-new.show_style .countries-list .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-bottom: 10px;

    color: #ff0101;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-countries .countries-new.show_style .countries-list .item .more
{
    font-size: 14px;
    line-height: 45px;

    display: inline-block;

    height: 45px;
    margin: 14px 0 0 0;
    padding: 0 32px;

    color: #fff;
    background-color: #00348c;
}
@media (max-width: 767px)
{
    .wrap-countries .countries-new.show_style .countries-list .item .more
    {
        padding: 0 14px;
    }
}
.wrap-countries .countries-new.show_style .countries-list .item p.now,
.wrap-countries .countries-new.show_style .countries-list .item p.over
{
    line-height: 45px;

    display: inline-block;
    float: right;

    width: auto;
    margin: 14px 0 0 0;
}
.wrap-countries .countries-new.show_style .countries-list .item .desc
{
    line-height: 22px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.header .tel{
	margin-top: 20px;
}
.header .tel{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	/* font-weight: bold; */
	float: right;
	line-height: 30px;
	transition: all .4s;
	color: #00348c;
}
@media(max-width:1470px){
	.header .tel{
		font-size: 16px;
	}
}
.header .tel a{
	display: block;
}
.header .tel a span{
	display: inline-block;
	vertical-align: middle;
	/* font-size: 16px; */
	line-height: 26px;
	font-weight: 300;
	margin-top: -3px;
}
.fixed-header .tel{
	margin-top: 5px;
}
@media(max-width:1199px){
	.header .tel{
		display: none;
	}
}
.slick-arrow
{
    font-size: 40px;
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 70%;
    left: 0%;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #d8d8d8;
    border: none;
    /* border: 1px solid #d8d8d8; */
    /* border-radius: 50%; */
    background: none;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        font-size:30px;
        line-height: 50px;

        left: 0;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
      
        line-height: 30px;

        left: 0;

        width:30px;
        height: 30px;

        border-radius: 4px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e9b5';
}
.slick-arrow.slick-next
{
    right:0%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}

.slick-arrow.slick-next:before
{
    content: '\e72f';
}
.slick-arrow:hover
{
    color: #fff;
    /* background-color: #4e5257; */
}
.wrap-countries .countries-new .title-countries-new p:nth-child(2),
.wrap-countries .countries-new .title-countries-new p:nth-child(3){
	
	position: relative;
	    transform: translateX(4px);
}
.wrap-countries .countries-new .title-countries-new p .sorting{
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
}
.wrap-countries .countries-new .title-countries-new p .sorting a{
	display: block;
	line-height: 10px;
}
.wrap-countries .countries-new .title-countries-new p .sorting a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #00348c transparent;
}
.wrap-countries .countries-new .title-countries-new p .sorting a.btndown:before{
	transform: rotate(180deg);
}
.wrap-countries .countries-new {
	background-color: #f2f7ff;
	padding: 0 20px;
	border-radius: 10px 10px 0 0;
}
.title-in-countries h2{
	margin-left: 82px;
}
@media(max-width:1350px){
	.title-in-countries h2{
		margin-left: 46px;
	}
}
.page form{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.page form span{
	margin-left: 10px;
}
.page form input{
	width: 60px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	margin: 0 10px;
}
.page form button{
	width: 70px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	border-radius: 4px;
	background-color: #00348c;
	color: #fff;
	outline: none;
}
.wrap-countries .page{
	text-align: right;
}
.wrapper-case .sidesort ul{
	padding-left: 0!important;
	text-align: center;
}
.wrap-join-over{
	padding-left: 3%;
	padding-right: 3%;
}
.wrap-news,
.wrap-case{
	padding-top: 46px;
}